Building non (jsp/freemarker) template based website [on hold]
Posted
by
Ismail Marmoush
on Programmers
See other posts from Programmers
or by Ismail Marmoush
Published on 2014-05-26T21:12:17Z
Indexed on
2014/05/29
21:57 UTC
Read the original article
Hit count: 322
If my web app is supposed to work in one page, something like asana.com, and I wanted to make the whole website free of templates, meaning I would serve data and make js/mobile app call them, or even let other developers create new interfaces for it.
So is it acceptable to have such a design for such a problem ? or you think I would eventually have use jsps/freemarker for a certain case.
I found something when I started asking the right questions, here is it wiki: Single Page Application
© Programmers or respective owner